Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove all return types and deprecate lsfWho #1092

Merged
merged 2 commits into from
Sep 13, 2024
Merged

remove all return types and deprecate lsfWho #1092

merged 2 commits into from
Sep 13, 2024

Conversation

Affie
Copy link
Member

@Affie Affie commented Sep 13, 2024

close #374
close #707

@Affie Affie added this to the v0.24.1 milestone Sep 13, 2024
@Affie Affie self-assigned this Sep 13, 2024
Comment on lines 158 to +161
function getSolveInProgress(
var::Union{DFGVariable, DFGFactor},
solveKey::Symbol = :default,
)::Int
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
function getSolveInProgress(
var::Union{DFGVariable, DFGFactor},
solveKey::Symbol = :default,
)::Int
)
function getSolveInProgress(var::Union{DFGVariable, DFGFactor}, solveKey::Symbol = :default)

@Affie Affie changed the title remove all return types close #374 remove all return types and deprecate lsfWho Sep 13, 2024
@Affie Affie merged commit 817eb84 into master Sep 13, 2024
3 of 4 checks passed
@Affie Affie deleted the 24Q3/maintanance branch September 13, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should we deprecate lsfWho in favor of just lsf Dont use abstract return types
1 participant